home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / tools / ie8_xp / IE8-Setup-Full.exe / BRANDING.CAB / install.inf next >
Encoding:
Windows Setup INFormation  |  2009-03-24  |  1.4 KB  |  43 lines

  1. [Version]
  2. Signature=$Chicago$
  3. AdvancedInf=2.5
  4. LayoutFile=Setup.inf
  5. [CustInstDestSection]
  6. 49000,49001,49002,49003=ProgramFilesDir,5
  7. 49100,49101,49102,49103=IEFilesDir,5
  8. [Strings]
  9. IEDIR=Internet Explorer
  10. OLDGUID={C3B6DDA0-2988-48C5-AD1F-9E577376CC09}
  11. Description=Browseraanpassingen
  12. StubPath="RunDLL32 IEDKCS32.DLL,BrandIE4 SIGNUP"
  13. Revision=""
  14. GUID=>{C3B6DDA0-2988-48C5-AD1F-9E577376CC09}
  15. ClearStubsCmd="RUNDLL32 IEDKCS32.DLL,BrandCleanInstallStubs >{C3B6DDA0-2988-48C5-AD1F-9E577376CC09}"
  16. [DefaultInstall]
  17. CopyFiles=CopyFileSect
  18. CustomDestination=CustInstDestSection
  19. RequiredEngine=SetupAPI,"Fatal Error - Missing SETUPAPI.DLL"
  20. DelReg=DelRegSect
  21. AddReg=AddRegSect
  22. RunPostSetupCommands=PostCmdSect
  23. [DestinationDirs]
  24. CopyFileSect=49100,SIGNUP
  25.  
  26. [ProgramFilesDir]
  27. HKLM,Software\Microsoft\Windows\CurrentVersion,ProgramFilesDir,,%24%
  28.  
  29. [IeFilesDir]
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\Program Files\%IEDIR%"
  31.  
  32. [CopyFileSect]
  33. "INSTALL.INS"
  34.  
  35. [AddRegSect]
  36. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",StubPath,,"%StubPath%"
  37. HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",IsInstalled,,"1"
  38. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",BrandClearStubs,,"%ClearStubsCmd%"
  39. HKLM,"Software\Microsoft\Internet Explorer",BrandGUID,,"%GUID%"
  40.  
  41. [DelRegSect]
  42. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OLDGUID%"
  43.